HighContrast: draw combo box separators
authorMatthias Clasen <mclasen@redhat.com>
Sun, 11 Jan 2015 01:28:45 +0000 (20:28 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 11 Jan 2015 01:28:45 +0000 (20:28 -0500)
Same fix as the previous commit.

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk.css

index 7fedf8464b2f3a49758218d708d687baf7a5c739..7fc63847d4703041f2e7734e047e750cdd60b895 100644 (file)
@@ -755,7 +755,7 @@ GtkComboBox {
     color: $backdrop_insensitive_color;
   }
   .menuitem { text-shadow: none; }
-  .separator {
+  .separator.vertical {
     // always disable separators
     -GtkWidget-wide-separators: true;
     -GtkWidget-horizontal-separator: 0;
index 89d66eb81364c487138ba90b940d93263f5d3bc6..d7c6614082956e01a1d554de725dc1a18f8a4fbc 100644 (file)
@@ -911,9 +911,7 @@ GtkComboBox {
     color: #7f7f7f; }
   GtkComboBox .menuitem {
     text-shadow: none; }
-  GtkComboBox .separator, GtkComboBox GtkPlacesSidebar.sidebar .view .separator, GtkPlacesSidebar.sidebar .view GtkComboBox .separator,
-  GtkComboBox GtkPlacesSidebar.sidebar .view .separator:backdrop,
-  GtkPlacesSidebar.sidebar .view GtkComboBox .separator:backdrop {
+  GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .view .vertical.separator, GtkPlacesSidebar.sidebar .view GtkComboBox .vertical.separator {
     -GtkWidget-wide-separators: true;
     -GtkWidget-horizontal-separator: 0;
     -GtkWidget-vertical-separator: 0; }